PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFJavaX509CertificatePrivateKey Class / PDFJavaX509CertificatePrivateKey Constructor
A java.security.PrivateKey object that represents the key for a java.security.cert.X509Certificate.
In This Topic
    PDFJavaX509CertificatePrivateKey Constructor
    In This Topic
    Initializes a new PDFJavaX509CertificatePrivateKey object with the specified key.
    Syntax
    public PDFJavaX509CertificatePrivateKey( 
       java.security.PrivateKey privateKey
    )

    Parameters

    privateKey
    A java.security.PrivateKey object that represents the key for a java.security.cert.X509Certificate.
    See Also